﻿* {box-sizing: border-box !important;}
.no-comments {display: none;}
html {overflow-x: hidden;}
.page_navi {margin-bottom: 30px;}
body {font-family: "Microsoft Yahei", sans-serif !important;padding: 0;color: #666;margin: 0 auto;
position: relative;font-size: 14px;overflow-x: hidden;width: 100%;}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {margin-top: 0;margin-bottom: 0;}
img {vertical-align: middle;border: none;}
body a {color: #666;}
body a:hover {text-decoration: none;color: #666;}
a {text-decoration: none;}
body ul {margin: 0;padding: 0;}
li {list-style: none;}
img {vertical-align: middle;border: 0;}
input,
textarea {outline: none;}
.hidden {display: none;}
.fl {float: left;}
.fr {float: right;}
.clearfix {clear: both;}
.dhzx {display: none;}
.containers {max-width:1200px;width:100%;margin: 0 auto;position: relative;padding-right: 15px;padding-left: 15px;}
/*导航*/
.width100{max-width:1200px;width:100%;margin: 0 auto;}
.width101{max-width:1280px;width:100%;margin: 0 auto;}
#header{width: 100%;height:160px;position: fixed;z-index: 100;
background: rgba(250,250,250,0);}
.head-nav{border-bottom:1px solid #cbc6c6;width: 100%;height:100%;}
.head-body{width: 100%;overflow: hidden;height:110px;}
.logo{float: left;margin:5px 0;width: 50%;}
.logo a{display: block;}
.logo a img{width:90%;}
.head-txt{float: right;line-height:95px;padding: 0 22px;}
.head-txt p{position: relative;}
.head-txt p span{margin: 0 15px;position: absolute;left: -65px;top: -3px;}
.head-txt p span img{width:35px;}
.head-txt p small{color: #000;font-size:26px;}
/*导航*/
.menu {/*margin-top:35px;*/height: 55px;float: right;}
.menu-ul {display: block;float: left;}
.list-unstyled {padding-left: 0px;list-style: none;}
.menu-ul > li {float: left;/*line-height:20px;padding-bottom: 15px;*/height:50px;line-height:50px;
position: relative;}
.menu-ul > li:hover{/*padding-bottom: 41px;*/border-bottom:3px solid #1b16fd;}
.menu-ul > li.active{/*padding-bottom: 41px;*/border-bottom:3px solid #1b16fd;}
.menu-ul > li.active a{color: #1b16fd;}
.menu-ul > li > a {color:#000;line-height:20px;display: block;border-right: 1px solid rgb(106, 104, 104);
padding: 0px 22px;font-size:18px;/*font-weight: 600;*/}
.menu-ul > li:last-of-type > a{border: none;}
.menu-ul > li > a:hover{color: #1b16fd;}
.menu-ul > li>ul{width:117px;background:rgba(250,250,250,0.4);transition: 1s;
overflow: hidden;position: absolute;top:52px;left: 0;height: 0;}
.menu-ul > li>ul>li{height: 65px;line-height:65px;text-align: center;}
.menu-ul > li>ul>li>a{color:#000;font-size: 16px;display:block;}
.menu-ul > li>ul>li>a:hover{color: #1b16fd;}
.menu-ul > li:hover ul{height:65px;}

/*Style #1*/
.style-1 .nav {-webkit-transform: translateY(-100%);transform: translateY(-100%);width: 100%;height: 100%;}
.style-1 .nav__link {opacity: 0;-webkit-transition-delay: 500ms;transition-delay: 500ms;}
.style-1 .nav--active .nav__link {opacity: 1;font-size: 16px;line-height: 45px;}
.style-1 .nav--active .nav {
	-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
-webkit-transform: translateY(0);
transform: translateY(0);}
.mxcovor {width: 100%;height: 470px;z-index: 5;position: fixed;left: 0;top: 0;text-align: center;opacity: 0;
visibility: hidden;background: rgba(255, 255, 255, 0.98);
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;}
.coveron {opacity: 1;visibility: visible;}
.topad {position: absolute;right: 3%;top: 45px;text-align: right;}
.topad span {display: block;color: #fff;font-size: 16px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;}
.topad .hggy {display: none;}
.navad {position: absolute;top: 55px;right: 3%;z-index: 9999;opacity: 0;visibility: hidden;text-align: right;
-webkit-transition: .8s;
-o-transition: .8s;
transition: .8s;}
.navshow .navad {opacity: 1;visibility: visible;z-index: 9999;}
.navad span {color: #333;font-size: 16px;display: block;}

/*  首页案例   */
.indexcase {padding: 30px 0;}
.indexcase ul {margin: 0;padding: 0;overflow: hidden;}
.indexcase ul li {width: 25%;display: inline-block;vertical-align: top;overflow: hidden;
margin: 0;padding: 0;}
.indexcase ul li img {width: 100%;position: relative;}
.btn_case {text-align: center;padding:10px 0;}
.btn_case a {background: none;border-color: #FF0204;color: #FF0204;padding:5px 20px;border: 2px solid;
border-radius: 5px;font-size:15px;}
.btn_case a:hover {background: #FF0204;border-color: #FF0204;color: #FFFFFF;padding:5px 20px;
border: 1px solid;border-radius: 5px;font-size:15px;}
.indexcase ul li.img {position: relative;float: left;width: 25%;overflow: hidden;}
.overlay {display: block;position: absolute;width: 100%;height: 100%;top: 0;z-index: 10;
background: rgba(0, 0, 0, 0.5);overflow: hidden;opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;}
.indexcase ul li:hover img {
transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-webkit-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;}
.overlay a.expand {display: block;text-align: center;color: #fff;line-height: 18px;font-size: 18px;
margin-top: 30%;}
.indexcase ul li:hover .overlay {opacity: 1;}
.indexpart {}
.hzlist::-webkit-scrollbar {display: none;}
.block-adventage .adventage-list {border: 1px solid rgba(151, 151, 151, 0.2);border-right: 0;
border-radius: 5px;margin-bottom: 30px;}
.block-adventage .adventage-list::-webkit-scrollbar {display: none;}
.y-clear {zoom: 1;}
.clear {clear: both;}
.block-adventage .adventage-list .adventage {float: left;position: relative;width: 25%;height: 360px;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
-moz-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;margin-left: 0;}
.block-adventage .adventage-list .adventage:before {content: " ";position: absolute;top: 0;right: 0;
height: 100%;border-right: 1px solid rgba(151, 151, 151, 0.2);}
.block-adventage .adventage-list .server:before {border-right: none !important;}
.block-adventage .adventage-list .adventage.active .img {opacity: 1;}
.block-adventage .adventage-list .adventage .img {position: relative;width: 100%;height: 100%;opacity: 0;
-webkit-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
-moz-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);}
.block-adventage .adventage-list .adventage .cover {position: absolute;height: 100%;width: 100%;
left: 0;top: 0;text-align: center;}
.block-adventage .adventage-list .adventage.active .title {top: -60px;color: #fff;}
.block-adventage .adventage-list .adventage .title {position: relative;top: 0;margin-top: 32px;font-size: 20px;
line-height: 32px;color: #212121;
-webkit-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
-moz-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);}
.block-adventage .adventage-list .adventage.active .desc {top: -60px;opacity: 1;}
.block-adventage .adventage-list .adventage .desc {position: relative;top: 0;margin-top: 16px;
padding: 0 24px;font-size: 14px;line-height: 24px;text-align: center;color: #fff;opacity: 0;
-webkit-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
-moz-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);}
.icon-why {position: relative;top: 0;margin: 100px auto 0;
-webkit-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
-moz-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);}
.active .icon-why {top: -60px;}
.whyiconb {position: absolute;left: 50%;margin-left: -27px;}
.active .whyiconb {z-index: 0;opacity: 1;}
.active .whyicon {z-index: -999;opacity: 0;}
.leftnews {width: 50%;padding-right: 15px;margin-bottom: 20px;float: left;}
.leftnew_con span.autor {font-size: 18px;}
.leftnews:hover {
transition: all 0.7s ease;
-webkit-transform: all 0.7s ease;
-webkit-transform: translate(0, 5px);
-moz-transform: translate(0, 5px);
transform: translate(0, 5px);}
.newsthumb img {width: 100%;height: auto;}
.leftnew_con {padding: 20px 0px;}
.leftnew_con h3 a {font-size: 20px;font-weight: normal;color: #000;display: block;margin-bottom: 12px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;}
.leftnew_con h3 a:hover {color: #0094ff;}
.leftnew_con h3 a span {color: #0094ff;display: inline-block;}
.leftnew_con span {display: block;margin-top: 5px;}
.leftnew_con span i {padding-right: 5px;}
.leftnew_con p {line-height: 27px;}
.rightnews {width: 50%;float: right;padding-left: 15px;}
.rightnews ul li {background: transparent;padding: 3px;margin-bottom: 0;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;}
.rightnews ul li a h3 {font-weight: normal;color: #000;font-size: 16px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;}
.rightnews ul li a h3:hover {color: #0094ff;}
.rightnews ul li p {margin: 5px 0 10px 0;}
.rightnews ul li .newtag {display: inline-block;padding: 5px 10px;color: #0094ff;border: 1px solid #0094ff;
font-size: 12px;border-radius: 3px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;}
.rightnews ul li .newtag:hover {background: #0094ff;color: #fff;}
.hzlist li {float: left;width: 12.5%;text-align: center;margin-bottom: 30px;}
.hzlist li a img {width: 86px;height: 86px;opacity: 1;filter: Alpha(opacity=1);
transition: opacity 1s;
-moz-transition: opacity 1s;
-webkit-transition: opacity 1s;
-o-transition: opacity 1s;}
.hzlist li a img:hover {opacity: 0.7;filter: Alpha(opacity=0.7);}
.hzlist li a span {display: block;margin-top: 12px;color: #333;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;}
.hzlist li a:hover span {color: #0094ff;}

/*第四屏-了解彬鑫*/
.indexstand{width: 100%;}
.indexstand .indexstand-bgimg{width: 100%;position: relative;}
.indexstand .indexstand-g{position: absolute;top:20.5%;width: 100%;height:59%;background: rgba(0,0,0,0.5);}
.indexstand .indexstandtit{text-align: center;padding: 60px 200px 30px 200px;}
.indexstand .indexstandtit h2{line-height: 1;font-size: 40px;color: #fff;font-weight: normal;}
.indexstand .indexstandtit p{margin-top: 25px;font-size: 16px;color: #fff;line-height: 30px;}
/* -----------------------------prefooter----------------------------------------- */
/*底部*/
.footblank {height: 240px;width: 100%;background: #000;position: absolute;bottom: 0;}
.prefooterCon {width: 100%;position: relative;}
.hz_bottom {margin-bottom: 400px;}
.prefooter {width: 100%;position: absolute;bottom: 7.5%;z-index: 3;}
.inner-wrap {width: 70%;margin: 0 auto;padding: 40px 60px 60px 60px;
background-image: url(../images/image-kontakt.jpg);background-position: center center;
background-repeat: no-repeat;border-radius: 5px;background-size: cover;max-width: 1230px;}
.inner-wrap .pf-title {font-size: 36px;line-height: 36px;color: #FFF;}
.inner-wrap .pf-text {font-size: 20px;line-height: 36px;color: #FFF;}
.inner-wrap .tel-btn {font-size: 20px;font-weight: 500;width: 310px;padding: 13px 15px 10px 15px !important;
height: 58px;color: rgb(0, 0, 0);background-color: rgb(255, 255, 255);visibility: visible;border-radius: 5px;}
.inner-wrap .mail-btn {font-size: 20px;font-weight: 500;width: 310px;padding: 13px 15px 10px 15px !important;
height: 58px;color: rgb(0, 0, 0);background-color: rgb(255, 255, 255);visibility: visible;
border-radius: 5px;margin-top: 10px;}
.inner-wrap .tel-btn .prefooter-tel {background: url(../images/icon-tel.svg) no-repeat;
display: inline-block;vertical-align: middle;margin-right: 15px;text-indent: 50px;height: 35px;
line-height: 35px;width: 100%;color: #000;}
.inner-wrap .mail-btn .prefooter-mail {background: url(../images/icon-mail.svg) no-repeat;display: inline-block;
vertical-align: middle;margin-right: 15px;text-indent: 50px;height: 35px;line-height: 35px;
width: 100%;color: #000;}
.inner-wrap .tel-btn:hover {
transition: all 0.7s ease;
-webkit-transform: all 0.7s ease;
-webkit-transform: translate(0, -4px);
-moz-transform: translate(0, -4px);
transform: translate(0, -4px);}
.inner-wrap .mail-btn:hover {
transition: all 0.7s ease;
-webkit-transform: all 0.7s ease;
-webkit-transform: translate(0, -4px);
-moz-transform: translate(0, -4px);
transform: translate(0, -4px);}
.marbot450 {margin-bottom: 450px !important;}
.gxtime {text-align: center;margin-top: 30px;}
.footer {position: relative;background-color: #000000;}
.footertop {background: #000000;}
.footertop .containers {padding: 55px 0 55px;}
.footernav>li {float: left;width: 12%;text-align: center;}
.footernav>li>a {color: #fff;font-size: 18px;display: block;margin-bottom: 15px;}
.footernav .menu-item-gz {width: 40%}
.footernav .sub-menu li a {color: rgba(255, 255, 255, .5);line-height: 30px;}
.footernav .sub-menu .button a {background: #0094ff;color: #fff;display: block;width: 100%;
padding: 5px 10px;margin-top: 10px;}
.footernav .sub-menu .button a:after {content: ">";color: #fff;float: right;}
.footersj {width: 100%;height: 100px;float: left;border-top: 100px solid #585858;
border-right: 1920px solid transparent;}
.footergz {padding-bottom: 30px;text-align: center;}
.footergz h3 {color: #fff;font-size: 18px;font-weight: normal;margin-bottom: 20px;}
.gzlist {text-align: center;position: relative;}
.wxewm {width: 150px;position: absolute;left: -40px;top: 60px;height: 0;overflow: hidden;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;}
.gzlist .weixin:hover .wxewm {height: 150px;}
.wxewm img {width: 100%;height: auto;}
.gzlist li {display: inline-block;padding: 0 10px;position: relative;}
.gzlist li a {width: 44px;height: 44px;background-size: 90%;background-position: center;
display: inline-block;background-repeat: no-repeat;
-webkit-transition: .5s;
-o-transition: .5s;transition: .5s;}
.copyright {text-align: center;color: #808080;padding-bottom: 30px;font-size: 12px;}
.footerbottom {padding-top: 20px;border-top: 1px solid rgba(255, 255, 255, 0.3);}


/* ------------------------------------------------------ */

.indexcase_thumb img {
	width: 100%;
	height: auto;
}

.indexcase_title {
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: #666;
	margin-top: 20px;
}

.nybanner {
	position: relative;
	height: 530px;
	overflow: hidden;
}

.nybannerimg {
	height: 530px;
	overflow: hidden;
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	animation: minus 10s;
	-webkit-animation: minus 10s;
	/* Safari and Chrome */
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	/* Safari and Chrome */
}

.hd {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	font-size: 0;
	z-index: 1;
}

.hd li {
	width: 16px;
	height: 16px;
	overflow: hidden;
	float: left;
	background: #ffff;
	display: block;
	margin: 0 5px;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	display: inline;
	zoom: 1;
}

.hd li.on {
	width: 16px;
	height: 16px;
	float: left;
	background: #0094ff;
}

.hd ul {
	width: 100px;
	height: 30px;
	margin: 0 auto;
}


/*放大缩小*/

@-webkit-keyframes minus {
	from {
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes minus {
	from {
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.nytitle {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -25px;
}

.nytitle h1 {
	color: #fff;
	font-size: 50px;
	text-shadow: 1px 1px 2px #000;
	letter-spacing: 5px;
}

.ymtitle {
	text-align: center;
}

.ymtitle li:hover a {
	color: #0094ff;
}

.ymtitle li {
	display: inline-block;
	line-height: 40px;
}

.ymtitle li a {
	font-size: 20px;
	color: #000;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0px 15px;
	margin-bottom: 10px;
}

.ymtitle .current-cat a {
	color: #0094ff;
}

.ymtitle .current_page_item a {
	color: #0094ff;
}

.nymenu {
	padding-top: 50px;
	border-bottom: 1px solid #e5e5e5;
}

.nymainbox {
	padding: 0 8%;
	margin: 50px 0;
}

.nymainbox2 {
	margin: 80px 0 0;
}

.postlist li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #e5e5e5;
}

.postlist_left {
	float: left;
	width: 35%;
	background: #fff;
}

.newsthumb,
.indexcase_thumb {
	background: #000;
}

.loadmore {
	text-align: center;
	width: 100%;
	padding: 20px 0;
}

#content {
	overflow: hidden;
}

.loadmore a {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 25px;
	background: #0094ff;
	color: #fff;
	border-radius: 30px;
}

.loadmore a:hover {
	color: #fff;
}

.newsthumb img,
.indexcase_thumb img,
.postthumb img {
	opacity: 1;
	filter: Alpha(opacity=1);
	transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	height: 195px;
	width: 100%;
}

.newsthumb img:hover,
.indexcase_thumb img:hover,
.postthumb img:hover {
	opacity: 0.7;
	filter: Alpha(opacity=0.7);
}

.postlist_right {
	float: right;
	width: 65%;
	padding-left: 30px;
}

.posttitle a {
	font-size: 24px;
	color: #333;
	margin-bottom: 15px;
	margin-top: 5px;
	display: block;
}

.posttitle a:hover {
	color: #0094ff;
}

.posttag span {
	display: inline-block;
	margin-right: 15px;
	color: #666;
}

.posttag a {
	color: #0094ff;
	margin-right: 10px;
	display: inline-block;
}

.posttag a:hover {
	color: #0094ff;
}

.postzy {
	line-height: 26px;
}

.nopost {
	text-align: center;
	font-size: 18px;
	color: #333;
}

.page_navi {
	text-align: center;
}

.page_navi a {
	display: inline-block;
	padding: 7px 15px;
	margin: 2px 2px;
	background: #f5f5f5;
}

.page_navi a:hover,
.page_navi .current {
	background: #0094ff;
	color: #fff;
}

.contitle {
	color: #333;
	text-align: center;
	margin-top: -30px;
	margin-bottom: 10px;
	display: none;
}

.pagetag {
	text-align: center;
}

.pagetag span {
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 10px;
}

.pagecon p {
	font-size: 16px;
	line-height: 30px;
}

.pagecon p img {
	max-width: 100%;
	height: auto;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.aligncenter p.wp-caption-text {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.pagecon h1 {
	font-size: 24px;
	margin-bottom: 20px;
}

.pagecon h2 {
	font-size: 22px;
	margin-bottom: 20px;
}

.pagecon h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.pagecon h4 {
	font-size: 18px;
	margin-bottom: 20px;
}

.pagecon h5 {
	font-size: 16px;
	margin-bottom: 20px;
}

.pagecon ul,
.pagecon ol {
	margin-bottom: 26px !important;
	padding: 15px;
	background: #fafafa;
	border-radius: 3px;
	border: 1px solid #efefef;
}

.pagecon ul li {
	line-height: 30px;
	color: #666;
	font-size: 14px;
	/*list-style-type:circle;*/
	list-style-position: inside;
	margin-bottom: 10px;
}

.pagecon ol li {
	line-height: 30px;
	color: #666;
	font-size: 14px;
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 10px;
}

.pagecon table {
	border: 1px solid #efefef;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 26px;
}

.pagecon table tr:nth-child(odd) {
	background: #fafafa;
}

.pagecon table tr {
	height: 40px;
	line-height: 40px;
}

.pagecon table tr td {
	border: 1px solid #efefef;
	padding: 0 15px;
}

.xgpost {
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
	margin-top: 30px;
	font-size: 16px;
	color: #333;
}

.xgpost .next {
	float: left;
	width: 50%;
	padding-right: 10px;
}

.xgpost .pre {
	float: right;
	width: 50%;
	padding-left: 10px;
	text-align: right;
}

.xgpost a,
.xgpost span {
	font-weight: normal;
	color: #666;
}

.xgpost a:hover {
	color: #0094ff;
}

.fenxiang .bdsharebuttonbox a {
	background: none;
	padding-left: 0;
	margin: 0 3px;
	float: none;
}

.fenxiang .bdsharebuttonbox a:before {
	font-size: 30px;
	opacity: 0.5;
}

.fenxiang .bdsharebuttonbox a:hover:before {
	opacity: 0.7;
}

.fenxiang {
	text-align: center;
	margin-top: 45px;
}

.caselist {
	margin-right: -20px;
}

.caselist li {
	width: 33.333%;
	float: left;
	padding-right: 20px;
	margin-bottom: 20px;
}

.caselist li .casetitle {
	/*border: 1px solid #ddd;*/
	border-top: none;
	height: 50px;
	padding: 0 20px;
	font-size: 16px;
	color: #333;
	line-height: 50px;
	text-align: center;
	font-weight: normal;
	background-color: #fdfdfd;
}

.caselist li .casetitle a {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.caselistpart {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border: 1px solid #ddd;
}

.caselistpart:hover {
	box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);
}

.phonefooter {
	height: 0;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.nyhome {
	position: fixed;
	height: 140px;
	line-height: 140px;
	left: 3%;
	z-index: 201;
}

.nyhome a span {
	color: #fff;
	font-size: 38px;
}

.sjbanner .banner {
	display: none;
}




/*后加*/

.mymenu {
	border-bottom: 1px solid #e5e5e5;
}

.mymenu .mymenutitle {
	list-style: none;
	overflow: hidden;
	padding: 20px 0;
}

.mymenu .mymenutitle>li {
	float: left;
	font-size: 18px;
	line-height: 24px;
}

.mymenu .mymenutitle>li:last-child {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

.mymenu .mymenutitle>li>a {
	color: black;
}

.mymenutitle>li>a>span {
	display: inline-block;
	padding: 0 5px;
}

.myContent {
	padding: 55px 0;
}

.myContent .topContent {
	overflow: hidden;
}

.myContent .topContent .leftImg {
	float: left;
	width: 60%;
	/*max-height:500px;*/
	position: relative;
}

.myContent .topContent .leftImg .leftImgItem img {
	width: 100%;
	height: 100%;
}

.bi.containers {
	width: 100%;
	background-color: #fdfdfd;
}

.myContent .topContent .rightText {
	float: left;
	width: 40%;
	padding-left: 40px;
}

.myContent .topContent .rightText h1 {
	font-weight: inherit;
}

.myContent .topContent .rightText>p {
	margin: 30px 0 0;
}

.myContent .topContent .rightText>p {
	line-height: 30px;
}

.myContent .topContent .rightText>p>span {
	display: inline-block;
	/*margin-bottom: 10px;*/
	line-height: 30px;
}

.itemContent {
	padding: 20px 0;
}

.itemContent>ul {
	overflow: hidden;
	list-style: none;
}

.itemContent>ul>li {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 25%;
	height: 110px;
}

.itemContent>ul>li>a>img {
	width: 100%;
	height: 100%;
}

.mynewsDetail {
	overflow: hidden;
}

.mynewsDetail .mynewsDetailLeft {
	width: 75%;
	float: left;
	background-color: #f8f8f8;
	padding: 60px;
}

.mynewsDetail .mynewsDetailLeft>h1 {
	font-weight: inherit;
	color: black;
}

.mynewsDetail .mynewsDetailLeft .mynewsDetailLeftCenter {
	overflow: hidden;
	padding: 10px 0;
	/*border-bottom: 1px solid #e5e5e5;*/
}

.mynewsDetail .mynewsDetailLeft .mynewsDetailLeftCenter .fenxiang {
	text-align: left;
	float: left;
	width: 100%;
	margin-top: 0;
}

.mynewsDetail .mynewsDetailLeft .mynewsDetailLeftCenter .newsCenterRight {
	float: left;
	width: 100%;
}

.mynewsDetail .mynewsDetailRight {
	width: 20%;
	float: right;
	cursor: pointer;
}

.mynewsDetail .mynewsDetailRight .head {
	color: black;
	font-size: 18px;
	background: #fff;
	border-left: 2px solid #3f589a;
	margin-bottom: 10px;
	padding-left: 5px;
}

.mynewsDetail .mynewsDetailRight .tjNews {
	padding: 10px 16px 10px;
}

.mynewsDetail .mynewsDetailRight .tjNews .tjNewsDate {
	font-size: 12px;
	margin-bottom: 0;
}

.mynewsDetail .mynewsDetailRight .tjNews .tjNewsText {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	margin-bottom: 0;
}

.mynewsDetail .mynewsDetailRight .tjNews .tjNewsTitle {
	font-size: 14px;
	font-weight: bold;
	color: black;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0;
}

.mynewsDetail .mynewsDetailLeft .mynewsText img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.mynewsDetail .mynewsDetailLeft .mynewsText p {
	font-size: 14px;
	line-height: 25px;
}

.xgpost>p>span {
	cursor: pointer;
}

.myfenxiang {
	text-align: left;
	padding-left: 40px;
}

.mymenu.newsDetails_head {
	border-bottom: none;
}

.tjNewsContent {
	background-color: #f8f8f8;
}

.mycaselist li {
	padding-right: 40px;
	margin-bottom: 40px;
}

.mycaselist {
	margin: 0 auto;
	width: 100% !important;
}



.mynewsContent {
	background-color: #fdfdfd;
	padding: 10px 20px 20px;
}

.mynewsContent>span {
	display: block;
}

.mynewsContent>a {
	display: block;
	color: black;
	font-size: 18px;
	margin: 2px 0;
	font-weight: 500;
}

.mynewsContent>p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0;
}

.mynewsContent>a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.mypageNumbers {
	margin-bottom: 20px;
}

.mypageNumbers>ul {
	overflow: hidden;
	list-style: none;
}

.mypageNumbers>ul>li {
	float: left;
	padding: 5px 10px;
	color: #1574d9;
	cursor: pointer;
}

.mypageNumbers>ul>li.active {
	color: black;
}

.myContent .topContent .leftImg .ClickContent {
	/*position: relative;*/
	z-index: 999;
	color: #fff;
	display: block;
}

.myContent .topContent .leftImg .ClickContent .ClickLeft,
.myContent .topContent .leftImg .ClickContent .ClickRight {
	width: 50px;
	height: 80px;
	line-height: 80px;
	font-size: 30px;
	/*font-weight: bold;*/
	background-color: rgba(0, 0, 0, .5);
	text-align: center;
	top: 50%;
	margin-top: -100px;
	cursor: pointer;
}

.myContent .topContent .leftImg .ClickContent .ClickLeft {
	position: absolute;
	left: 0;
}

.myContent .topContent .leftImg .ClickContent .ClickRight {
	position: absolute;
	right: 0;
}

.BMapLib_nav_tab_content {
	display: none;
}

.BMapLib_nav_tab {
	display: none;
}

.nb-invite-wrap {
	display: none !important;
}

.lxb.containers {
	display: none !important;
}

.nb-icon-wrap {
	display: none !important;
}

